From: Hauke Mehrtens Date: Mon, 8 Dec 2025 21:18:31 +0000 (+0100) Subject: nftables: update to version 1.1.6 X-Git-Url: http://git.openwrt.org/%22https:/collectd.org//%22http:/www.crowdsec.net/%22/%22https:/collectd.org/%22http:/www.crowdsec.net/%22?a=commitdiff_plain;h=367d8b21156993a39240e2d419367fa1aa1c0ffa;p=openwrt%2Fopenwrt.git nftables: update to version 1.1.6 Announcement: https://lwn.net/Articles/1049470/ Changes: https://git.netfilter.org/nftables/diff/?id=v1.1.6&id2=v1.1.5&dt=2 The apk size did not increase much: Old size for armsr/armv8: 318457 nftables-json-1.1.5-r1.apk new size for armsr/armv8: 327941 nftables-json-1.1.6-r1.apk Link: https://github.com/openwrt/openwrt/pull/21096 Signed-off-by: Hauke Mehrtens --- diff --git a/package/network/utils/nftables/Makefile b/package/network/utils/nftables/Makefile index 580979dfb4..0147c4d057 100644 --- a/package/network/utils/nftables/Makefile +++ b/package/network/utils/nftables/Makefile @@ -6,12 +6,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=nftables -PKG_VERSION:=1.1.5 +PKG_VERSION:=1.1.6 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=https://netfilter.org/projects/$(PKG_NAME)/files -PKG_HASH:=1daf10f322e14fd90a017538aaf2c034d7cc1eb1cc418ded47445d714ea168d4 +PKG_HASH:=372931bda8556b310636a2f9020adc710f9bab66f47efe0ce90bff800ac2530c PKG_MAINTAINER:= PKG_LICENSE:=GPL-2.0